home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-12 | 786 b | 28 lines | [TEXT/MPS ] |
- #include "Types.r"
- #include "SysTypes.r"
- #include "MixedMode.r"
-
- type 'LDEF' as 'rdes';
-
- resource 'LDEF' (128, locked, sysHeap) {
- $000ebd80, // ProcInfo
- $$Resource("ppcsicn.nCod", 'nCod', 128) // Specify name, type, and ID of resource
- // containing a pef container
- };
-
-
-
- /*
- 1110 1011 1101 1000 0000
-
- enum {
- uppListDefProcInfo = kPascalStackBased
- | STACK_ROUTINE_PARAMETER(1, SIZE_CODE(sizeof(short)))
- | STACK_ROUTINE_PARAMETER(2, SIZE_CODE(sizeof(Boolean)))
- | STACK_ROUTINE_PARAMETER(3, SIZE_CODE(sizeof(Rect*)))
- | STACK_ROUTINE_PARAMETER(4, SIZE_CODE(sizeof(Cell)))
- | STACK_ROUTINE_PARAMETER(5, SIZE_CODE(sizeof(short)))
- | STACK_ROUTINE_PARAMETER(6, SIZE_CODE(sizeof(short)))
- | STACK_ROUTINE_PARAMETER(7, SIZE_CODE(sizeof(ListHandle)))
- };
- */